Skip to content

Conversation

@sue445
Copy link
Collaborator

@sue445 sue445 commented Nov 19, 2025

Before

$ be rake -T | grep "rake go:"
rake go:build_all                  # Run all build tasks in go
rake go:build_envs[env_name]       # Print build envs for `go build`
rake go:build_tag                  # Print build tag
rake go:fmt                        # Run go fmt
rake go:lint                       # Run golangci-lint
rake go:mod_tidy                   # Run go mod tidy
rake go:test                       # Run go test
rake go:testrace                   # Run go test -race

After

$ be rake -T | grep "rake go:"
rake go:build_all                  # Run all build tasks in go
rake go:build_envs[env_name]       # Print build envs for `go build`
rake go:build_tag                  # Print build tag
rake go:fmt                        # Run `go fmt`
rake go:lint                       # Run `golangci-lint`
rake go:mod_tidy                   # Run `go mod tidy`
rake go:test                       # Run `go test`
rake go:testrace                   # Run `go test -race`

@github-actions github-actions bot added the ruby Pull requests that update Ruby code label Nov 19, 2025
@sue445 sue445 merged commit c178065 into main Nov 19, 2025
19 checks passed
@sue445 sue445 deleted the feature/rake_desc_format branch November 19, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants